projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e962fb
)
(emacs-session-filename): Use user-emacs-directory.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:04:32 +0000
(
00:04
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:04:32 +0000
(
00:04
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index e48d97d6d1bc47940008f09e8fd014b2e023bdd0..4e80589ad43773ea44f9922c1ad5721f09ccea6d 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-263,7
+263,7
@@
See also `emacs-session-save'.")
If the directory ~/.emacs.d exists, we make a filename in there, otherwise
a file in the home directory."
(let ((basename (concat "session." session-id))
- (emacs-dir
"~/.emacs.d/"
))
+ (emacs-dir
user-emacs-directory
))
(expand-file-name (if (file-directory-p emacs-dir)
(concat emacs-dir basename)
(concat "~/.emacs-" basename)))))